Skip to content

chore(main): release 1.29.0 - #1098

Open
sliamh11 wants to merge 1 commit into
mainfrom
release-please--branches--main--components--deus
Open

chore(main): release 1.29.0#1098
sliamh11 wants to merge 1 commit into
mainfrom
release-please--branches--main--components--deus

Conversation

@sliamh11

@sliamh11 sliamh11 commented Aug 1, 2026

Copy link
Copy Markdown
Owner

🤖 I have created a release beep boop

1.29.0 (2026-08-09)

Features

  • deus-cmd: passive background auto-sync for the live install (LIA-529+) (#1156) (5350119)
  • evolution: add opt-in GPT-5.6 judge provider (codex-exec, sandboxed) (#1099) (e2282aa)
  • evolution: retro-2026-08-02 follow-ups (#1101) (4a1f02a)
  • hermes: add OPA/Rego guardrails v1 for Hermes code-review gate (LIA-515) (#1105) (2844325)
  • review: add backend-neutral review-runner CLI for any agent platform (#1115) (c4961d5)
  • scripts: re-check + precision measurement for procedure nodes (LIA-511) (#1097) (b98bf76)
  • ux-reviewer: wire checklist.design into UX research + new audit skill (#1133) (8d455c9)
  • warden-policy: isolated CC attestation write path (LIA-527 Phase 2) (#1138) (e70d068)
  • wardens: attestation-verify cutover Rego rule (LIA-530) (#1142) (ea5578f)
  • wardens: attestation-verify workflow + query script (LIA-536) (#1146) (7700963)
  • wardens: extend Hermes OPA gate coverage to ai-eng-warden + verification-gate (LIA-524) (#1153) (f8e2b85)
  • wardens: hermes plan-review gate (LIA-523) (#1137) (ee00fb5)
  • wardens: OPA-wiring Phase 0 -- inert infra for Claude Code gate migration (#1118) (c287ec7)
  • wardens: OPA-wiring Phase 1 -- read-only shadow observer for the Claude Code gates (#1122) (d5dd67e)
  • wardens: wire cc_attestations.enqueue_verdict into gate call sites (LIA-534) (#1144) (dd90400)

Bug Fixes

  • ci: make safety-recall always post a status on pull requests (#1103) (8f31d22)
  • hermes: close residual -c flag injection gaps in commit classifier (#1108) (4c45c3b)
  • stop-hook: downgrade bg compress gate from hard block to advisory (#1106) (318b8bb)
  • wardens: bind verdict-store entries to git-state fingerprint (LIA-382) (#1102) (def9231)
  • wardens: broaden GIT_COMMIT_RE to close commit-gate bypasses (LIA-518) (#1119) (137afc6)
  • wardens: close stale-result-file false-pass on self-hosted runner (LIA-536) (#1150) (9da9c5e)
  • wardens: distinguish OPA ledger staleness from a real review gap (LIA-535) (#1161) (ecceb38)
  • wardens: exempt plan-reviewer model-backend verdicts from diff-hash staleness (LIA-516) (#1117) (08f1ef8)
  • wardens: opa test merge error on schema JSON files (LIA-538) (#1160) (ccc5ff5)
  • wardens: resolve opa fmt formatting drift in guardrails.rego (LIA-542) (#1168) (488b5a7)
  • wardens: self-heal OPA/disk ledger desync via periodic reconciliation (LIA-533) (#1140) (9da708f)

This PR was generated with Release Please. See documentation.

@sliamh11
sliamh11 force-pushed the release-please--branches--main--components--deus branch from 87f6825 to 1f195e9 Compare August 1, 2026 09:54
@github-actions github-actions Bot added dependencies Dependency updates docs labels Aug 1, 2026
@sliamh11
sliamh11 force-pushed the release-please--branches--main--components--deus branch 2 times, most recently from 9f084fa to 32681b0 Compare August 2, 2026 14:17

@graphify-labs graphify-labs Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).

Graphify reviewed this change.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).


Graphify review — findings

This pull request performs a release version bump from 1.28.0 to 1.29.0. It updates the version number in .release-please-manifest.json, package.json, and package-lock.json, and adds a new 1.29.0 section to CHANGELOG.md listing three feature entries (evolution judge provider, evolution follow-ups, and scripts re-check/precision measurement).

No blocking issues surfaced.

Analysis details — impact, health, verification

Impact & health

Graphify review

Impact — 223 functions depend on the 223 functions this change touches.

Health — grade A; no new coupling hotspots.

Verification — 223 functions in the blast radius were not formally verified this run (proofs are advisory here).

Gate & verification

graphify gate

PASS — objectively clean (no health regressions, tests not run — proofs not run this pass (advisory)). Grounded, not self-assessed.

Advisory (not blocking):

  • verification_scope: 223 function(s) in the blast radius were not formally verified this run

@sliamh11
sliamh11 force-pushed the release-please--branches--main--components--deus branch from 32681b0 to 755fb13 Compare August 3, 2026 06:04

@graphify-labs graphify-labs Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).

Graphify reviewed this change.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).


Graphify review — findings

This pull request is a release version bump from 1.28.0 to 1.29.0. It updates the version number in .release-please-manifest.json, package-lock.json, and package.json, and adds a new changelog section documenting the features and bug fixes included in the 1.29.0 release. This appears to be an automated release-please changelog/version update touching only metadata and documentation files.

No blocking issues surfaced.

Analysis details — impact, health, verification

Impact & health

Graphify review

Impact — 224 functions depend on the 224 functions this change touches.

Health — grade A; no new coupling hotspots.

Verification — 224 functions in the blast radius were not formally verified this run (proofs are advisory here).

Gate & verification

graphify gate

PASS — objectively clean (no health regressions, tests not run — proofs not run this pass (advisory)). Grounded, not self-assessed.

Advisory (not blocking):

  • verification_scope: 224 function(s) in the blast radius were not formally verified this run

@sliamh11
sliamh11 force-pushed the release-please--branches--main--components--deus branch from 755fb13 to 01e5d4a Compare August 3, 2026 06:10

@graphify-labs graphify-labs Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).

Graphify reviewed this change.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).


Graphify review — findings

This PR is a release version bump from 1.28.0 to 1.29.0. It updates the version number in .release-please-manifest.json, package.json, and package-lock.json, and adds a corresponding 1.29.0 entry to CHANGELOG.md summarizing new features and bug fixes. This appears to be an automated release-please changelog/version update touching only metadata and documentation.

No blocking issues surfaced.

Analysis details — impact, health, verification

Impact & health

Graphify review

Impact — 224 functions depend on the 224 functions this change touches.

Health — grade A; no new coupling hotspots.

Verification — 224 functions in the blast radius were not formally verified this run (proofs are advisory here).

Gate & verification

graphify gate

PASS — objectively clean (no health regressions, tests not run — proofs not run this pass (advisory)). Grounded, not self-assessed.

Advisory (not blocking):

  • verification_scope: 224 function(s) in the blast radius were not formally verified this run

@sliamh11
sliamh11 force-pushed the release-please--branches--main--components--deus branch from 01e5d4a to d59cbba Compare August 3, 2026 11:39

@graphify-labs graphify-labs Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).

Graphify reviewed this change.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).


Graphify review — findings

This PR is a release bump from version 1.28.0 to 1.29.0. It updates the version number in .release-please-manifest.json, package.json, and package-lock.json, and adds a new [1.29.0] section to CHANGELOG.md documenting features (GPT-5.6 judge provider, evolution follow-ups, OPA/Rego guardrails, procedure node re-check) and bug fixes (safety-recall status posting, verdict-store git-state binding). The changes appear to be generated by an automated release tooling workflow.

No blocking issues surfaced.

Analysis details — impact, health, verification

Impact & health

Graphify review

Impact — 224 functions depend on the 224 functions this change touches.

Health — grade A; no new coupling hotspots.

Verification — 224 functions in the blast radius were not formally verified this run (proofs are advisory here).

Gate & verification

graphify gate

PASS — objectively clean (no health regressions, tests not run — proofs not run this pass (advisory)). Grounded, not self-assessed.

Advisory (not blocking):

  • verification_scope: 224 function(s) in the blast radius were not formally verified this run

@sliamh11
sliamh11 force-pushed the release-please--branches--main--components--deus branch from d59cbba to bd46208 Compare August 3, 2026 11:53

@graphify-labs graphify-labs Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).

Graphify reviewed this change.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).


Graphify review — findings

This PR is a release version bump from 1.28.0 to 1.29.0. It updates the version number in .release-please-manifest.json, package.json, and package-lock.json, and adds a corresponding 1.29.0 entry to CHANGELOG.md listing the new features and bug fixes included in the release. The surface area is limited to release metadata and changelog documentation.

No blocking issues surfaced.

Analysis details — impact, health, verification

Impact & health

Graphify review

Impact — 224 functions depend on the 224 functions this change touches.

Health — grade A; no new coupling hotspots.

Verification — 224 functions in the blast radius were not formally verified this run (proofs are advisory here).

Gate & verification

graphify gate

PASS — objectively clean (no health regressions, tests not run — proofs not run this pass (advisory)). Grounded, not self-assessed.

Advisory (not blocking):

  • verification_scope: 224 function(s) in the blast radius were not formally verified this run

@sliamh11
sliamh11 force-pushed the release-please--branches--main--components--deus branch from bd46208 to 2020b49 Compare August 3, 2026 14:16

@graphify-labs graphify-labs Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).

Graphify reviewed this change.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).


Graphify review — findings

This PR is a release version bump from 1.28.0 to 1.29.0. It updates the version string in .release-please-manifest.json, package.json, and package-lock.json, and adds a new CHANGELOG.md section documenting the features and bug fixes included in the 1.29.0 release. The changes appear to be automated release tooling output rather than functional code changes.

No blocking issues surfaced.

Analysis details — impact, health, verification

Impact & health

Graphify review

Impact — 224 functions depend on the 224 functions this change touches.

Health — grade A; no new coupling hotspots.

Verification — 224 functions in the blast radius were not formally verified this run (proofs are advisory here).

Gate & verification

graphify gate

PASS — objectively clean (no health regressions, tests not run — proofs not run this pass (advisory)). Grounded, not self-assessed.

Advisory (not blocking):

  • verification_scope: 224 function(s) in the blast radius were not formally verified this run

@sliamh11
sliamh11 force-pushed the release-please--branches--main--components--deus branch from 2020b49 to 7c0c535 Compare August 4, 2026 08:26

@graphify-labs graphify-labs Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).

Graphify reviewed this change.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).


Graphify review — findings

This PR is a release version bump from 1.28.0 to 1.29.0. It updates the version number in .release-please-manifest.json, package.json, and package-lock.json, and adds a corresponding CHANGELOG.md entry documenting the features and bug fixes included in the 1.29.0 release. The changes appear to be release-please automation covering version metadata and changelog content only.

No blocking issues surfaced.

Analysis details — impact, health, verification

Impact & health

Graphify review

Impact — 224 functions depend on the 224 functions this change touches.

Health — grade A; no new coupling hotspots.

Verification — 224 functions in the blast radius were not formally verified this run (proofs are advisory here).

Gate & verification

graphify gate

PASS — objectively clean (no health regressions, tests not run — proofs not run this pass (advisory)). Grounded, not self-assessed.

Advisory (not blocking):

  • verification_scope: 224 function(s) in the blast radius were not formally verified this run

@sliamh11
sliamh11 force-pushed the release-please--branches--main--components--deus branch from 7c0c535 to 3380ff3 Compare August 4, 2026 10:29

@graphify-labs graphify-labs Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).

Graphify reviewed this change.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).


Graphify review — findings

This PR bumps the package version from 1.28.0 to 1.29.0 across .release-please-manifest.json, package.json, and package-lock.json. It also adds a corresponding 1.29.0 section to CHANGELOG.md documenting new features (e.g., GPT-5.6 judge provider, OPA/Rego guardrails, review-runner CLI) and bug fixes (CI status posting, commit classifier flag injection, stop-hook gate, warden verdict handling). This appears to be an automated release-please changelog and version update.

No blocking issues surfaced.

Analysis details — impact, health, verification

Impact & health

Graphify review

Impact — 224 functions depend on the 224 functions this change touches.

Health — grade A; no new coupling hotspots.

Verification — 224 functions in the blast radius were not formally verified this run (proofs are advisory here).

Gate & verification

graphify gate

PASS — objectively clean (no health regressions, tests not run — proofs not run this pass (advisory)). Grounded, not self-assessed.

Advisory (not blocking):

  • verification_scope: 224 function(s) in the blast radius were not formally verified this run

@sliamh11
sliamh11 force-pushed the release-please--branches--main--components--deus branch 8 times, most recently from 7b661c0 to 5316171 Compare August 8, 2026 11:36
@sliamh11
sliamh11 force-pushed the release-please--branches--main--components--deus branch 9 times, most recently from e38c906 to 6d16fb3 Compare August 9, 2026 09:40
@sliamh11
sliamh11 force-pushed the release-please--branches--main--components--deus branch from 6d16fb3 to 963251a Compare August 9, 2026 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant